crypto/ecdh.PrivateKey.publicKey (field)
8 uses
crypto/ecdh (current package)
ecdh.go#L103: publicKey *PublicKey
ecdh.go#L155: return k.publicKey
nist.go#L41: publicKey: &PublicKey{curve: c, publicKey: pub.Bytes(), boring: pub},
nist.go#L60: publicKey: &PublicKey{
nist.go#L76: k.publicKey.boring = pub
nist.go#L94: publicKey: &PublicKey{curve: c, publicKey: pub.Bytes(), boring: pub},
nist.go#L108: publicKey: &PublicKey{
x25519.go#L65: publicKey: &PublicKey{curve: c, publicKey: publicKey},
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)